golang/xenlight: re-track generated go code
authorNick Rosbrook <rosbrookn@gmail.com>
Wed, 13 May 2020 00:58:05 +0000 (20:58 -0400)
committerGeorge Dunlap <george.dunlap@citrix.com>
Wed, 13 May 2020 12:41:57 +0000 (13:41 +0100)
commitab2b8799e90cb9f3306cf2cf8e5336992240e8a3
tree6c30f1d0bbcf4d04149c42e7e588a5c054fe359a
parent7a060a393d9a9cdfdb15dc6616559a06942a8459
golang/xenlight: re-track generated go code

Commit df669de074c395a3b2eeb975fddd3da4c148da13 un-tracked the generated
Go code, but it was decided that we actually keep the generated code
in-tree.

Undo the changes to ignore the generated code, and re-generate it.

Signed-off-by: Nick Rosbrook <rosbrookn@ainfosec.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
.gitignore
.hgignore
tools/golang/xenlight/Makefile
tools/golang/xenlight/helpers.gen.go [new file with mode: 0644]
tools/golang/xenlight/types.gen.go [new file with mode: 0644]